home *** CD-ROM | disk | FTP | other *** search
- /*
- name: amidefs.h
-
- Misc. Amiga definitions
- -----------------------
-
-
- This source-code is part of the RayLab 1.1 package, and it is provided
- for your compiling pleasure. You may use it, change it, re-compile it
- etc., as long as nobody else but you receive the changes/compilations
- that you have made!
-
- You may not use any part(s) of this source-code for your own productions
- without the permission from the author of RayLab. Please read the legal
- information found in the users documentation for RayLab for more details.
-
- */
-
-
- /* Definitions */
-
- #define LANG_ENGLISH 0
- #define LANG_SVENSKA 1
-
- #define CTXT_DISPTITLE 0
- #define CTXT_DISPREQ 1
- #define CTXT_DISP0 2
- #define CTXT_DISP1 3
- #define CTXT_DISP2 4
- #define CTXT_DISP3 5
- #define CTXT_DISP4 6
- #define CTXT_DISP5 7
- #define CTXT_DISP6 8
- #define CTXT_DISP7 9
- #define CTXT_DISP8 10
- #define CTXT_INTERR 11
- #define CTXT_GFXERR 12
- #define CTXT_UNSUPP 13
- #define CTXT_CTRLC 14
- #define CTXT_FPERR 15
- #define CTXT_WINERR 16
- #define CTXT_SCRNERR 17
- #define CTXT_TRUECNSUPP 18
- #define CTXT_MENU 19
- #define CTXT_ABOUT 20
- #define CTXT_CLOSE 21
- #define CTXT_AVAILDISP 22
- #define CTXT_WINNAME 23
- #define CTXT_STACK 24
- #define CTXT_EXIT 25
-